Skip to content

Release the: Spunky Ocelot! - #1090

Merged
pedromcunha merged 1 commit into
mainfrom
changeset-release/main
Jul 28, 2026
Merged

Release the: Spunky Ocelot!#1090
pedromcunha merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@relayprotocol/relay-kit-ui@11.0.0

Major Changes

  • e426f05: Migrate wallet balance fetching from Dune (sunset) to Codex

    Breaking changes:

    • duneConfig provider option removed — use codexConfig ({ apiBaseUrl?, apiKey? }). The default api base url is https://graph.codex.io; override it to proxy requests and protect your api key.
    • useDuneBalances hook removed — use useCodexBalances(address, queryOptions). The mainnet/testnet parameter is gone; balances are fetched from Codex-supported networks and filtered by your configured chains.
    • isDuneBalance removed from useCurrencyBalance's return value.
    • useMultiWalletBalances no longer takes the mainnet/testnet parameter.

    Other changes:

    • New useSolanaBalance hook: selected SVM tokens (Solana and Eclipse) now fetch balances directly from the chain's RPC (native via getBalance, SPL via getTokenAccountsByOwner) instead of an indexer, so post-swap balances are fresh and the aggressive periodic refetch workaround is gone. The internal eclipse-only balance hook is gone; Eclipse flows through the same path.
    • Native SVM balances (SOL, Eclipse ETH) in the consolidated token selector list are fetched from their RPCs and merged with Codex results, since Codex does not index native SVM balances (nor Eclipse at all). Their USD values come from Codex prices for wrapped SOL / mainnet WETH.
    • Spam filtering: Codex's removeScams plus an isScam drop, and a liquidity heuristic replacing Dune's spam scoring — tokens whose pool liquidity is under $1k or below the balance's usd value have their usd value stripped so they can't crowd out real holdings in the token selector (balances still display).
    • Known loss: Soon balances are gone from the token selector list; Soon is no longer a supported chain.

Patch Changes

  • d8c713c: Restrict Robinhood Wallet to its supported chains

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
relay-sdk-demo Ready Ready Preview, Comment Jul 28, 2026 2:28pm

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 52bf923 to a0e023e Compare July 28, 2026 14:24
@pedromcunha
pedromcunha merged commit cce65c1 into main Jul 28, 2026
2 checks passed
@pedromcunha
pedromcunha deleted the changeset-release/main branch July 28, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant